home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
tbox100
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
3KB
|
101 lines
VERSION 2.00
Begin Form frmAbout
BorderStyle = 3 'Fixed Double
Caption = "About..."
ClientHeight = 2355
ClientLeft = 885
ClientTop = 2760
ClientWidth = 2475
Height = 2760
Left = 825
LinkTopic = "Form1"
ScaleHeight = 2355
ScaleWidth = 2475
Top = 2415
Width = 2595
Begin CommandButton Command1
Caption = "Ok"
Height = 375
Left = 180
TabIndex = 6
Top = 1800
Width = 2115
End
Begin Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Randall Kern && Jim Cash"
Height = 195
Index = 3
Left = 180
TabIndex = 5
Top = 1440
Width = 2115
End
Begin Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "example by"
Height = 195
Index = 2
Left = 750
TabIndex = 4
Top = 1200
Width = 975
End
Begin Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "based on small caption"
Height = 195
Index = 1
Left = 240
TabIndex = 3
Top = 960
Width = 1995
End
Begin Label Label3
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Mini Titlebar code"
Height = 195
Left = 450
TabIndex = 2
Top = 720
Width = 1575
End
Begin Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "by Tim Barham"
Height = 195
Left = 600
TabIndex = 1
Top = 360
Width = 1275
End
Begin Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Toolbox Demonstration"
Height = 195
Index = 0
Left = 240
TabIndex = 0
Top = 120
Width = 1995
End
End
Option Explicit
Sub Command1_Click ()
Unload frmAbout
End Sub